[NTG-context] \getmarking for top at the current page

2024-04-15 Thread Biblio--- via ntg-context
s{Test}][]   [\setups{Test}][] \setuppagenumbering[location=footer] \starttext \startDatum[title={secA}]%   \dorecurse{50}{aaa }   \pagebreak     \dorecurse{50}{aaa } \stopDatum \startDatum[title={secB}]%   \dorecurse{630}{bbb } \stopDatum \startDatum[title={secC}]%   \dorecurse{50}{ccc } \sto

[NTG-context] Re: Why aren't cross-references working in tabulate?

2024-03-15 Thread Joel via ntg-context
eference[xyz]{} > \starttabulate[|lp(.3\textwidth)|lp(.\textwidth)|] > \NC    \reference[xyz]{} \NC \NC\NR \NC \doifnotmode{*trialtypesetting}{\pagereference[xyz]} \NC \NC\NR > \stoptabulate > > > \pagebreak > > \at{page}[xyz] > > \stoptext > > The code does work

[NTG-context] Re: Why aren't cross-references working in tabulate?

2024-03-15 Thread Wolfgang Schuster
}{\pagereference[xyz]} \NC \NC\NR \stoptabulate \pagebreak \at{page}[xyz] \stoptext The code does work when I uncomment line #2, revealing the cross-references work find when outside of a table. I also tried using a TABLE environment instead and the result was similar, it wouldn't show

[NTG-context] Why aren't cross-references working in tabulate?

2024-03-15 Thread Joel via ntg-context
When I run this code, \at{page}[xyz] is unable to find the cross reference: \starttext%\reference[xyz]{} \starttabulate[|lp(.3\textwidth)|lp(.\textwidth)|] \NC    \reference[xyz]{} \NC \NC\NR \stoptabulate \pagebreak \at{page}[xyz] \stoptext The code does work when I uncomment line #2

[NTG-context] How to print the book title and section title where \reference is located?

2024-02-06 Thread Joel via ntg-context
o. \define\requirementA{     \reference[markerA]{This is a comment.} } \define\requirementB{     \reference[markerB]{This is a comment.} } \define\requirementC{     \reference[markerC]{This is a comment.} } \starttext     \section{Cats}         \requirementA         \input knuth         \requirementC

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Xavier B.
e structure of your document when > >> need \page[yes] after each file. > > Why is it trouble? > > When you start each subfile with \section or \subject you can use > \setuphead to force a pagebreak at the start of each new section and not > with a \page command in the do

[NTG-context] Re: An error which is not in .log file

2023-08-15 Thread Wolfgang Schuster
use \setuphead to force a pagebreak at the start of each new section and not with a \page command in the document. Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] How to place a page reference multiple times?

2023-03-01 Thread Joel via ntg-context
: \starttext     You can find it at \at{page}[sample] in \at{chapter}[sample]. \chapter{Fish} \pagereference[sample] \input knuth \input knuth \pagebreak \chapter{Whales} \input knuth \pagereference[sample] \stoptext (you can see in this example, it only finds `\pagereference[sample]` on page

Re: [NTG-context] Forbid footnotes from splitting across pages

2022-08-03 Thread Hamid,Idris via ntg-context
حامد via ntg-context wrote: > Dear gang, > > Objectives: > > i) Prevent footnotes from splitting across a page or pagebreak Dear Idris, I wonder whether a \framed[offset=none, frame=off, width=\textwidth] would make sense here. At least, it would prevent page breaks.

Re: [NTG-context] Forbid footnotes from splitting across pages

2022-08-03 Thread Pablo Rodriguez via ntg-context
On 8/3/22 03:05, Idris Samawi Hamid ادريس سماوي حامد via ntg-context wrote: > Dear gang, > > Objectives: > > i) Prevent footnotes from splitting across a page or pagebreak Dear Idris, I wonder whether a \framed[offset=none, frame=off, width=\textwidth] would make sense here. At

[NTG-context] Forbid footnotes from splitting across pages

2022-08-02 Thread Idris Samawi Hamid ادريس سماوي حامد via ntg-context
Dear gang, Objectives: i) Prevent footnotes from splitting across a page or pagebreak ii) Make sure that the footnote reference number in the main text is always on the same page as the footnote. Yes, the result may not be pretty, but for some manuscript submissions it will make sense

Re: [NTG-context] ugly bug

2022-06-03 Thread Hans Hagen via ntg-context
that end/begin with qoutes (i.e. smaller interlineskip), see example below: on page 1 the blackrule is about 1mm higher than on page 2. In the past I then used really laborious workarounds to get these single pages in the correct way (without jumping)… manual pagebreak, re-define layout etc

Re: [NTG-context] ugly bug

2022-06-03 Thread Steffen Wolfrum via ntg-context
/begin with qoutes (i.e. >> smaller interlineskip), see example below: on page 1 the blackrule is about >> 1mm higher than on page 2. >> >> In the past I then used really laborious workarounds to get these single >> pages in the correct way (without jumping)… manual pag

Re: [NTG-context] ugly bug

2022-06-02 Thread Wolfgang Schuster via ntg-context
than on page 2. In the past I then used really laborious workarounds to get these single pages in the correct way (without jumping)… manual pagebreak, re-define layout etc. But as the pages are hard to find it would be better that the layout would be reliable consistent. How can this be solved

[NTG-context] ugly bug

2022-06-01 Thread Steffen Wolfrum via ntg-context
laborious workarounds to get these single pages in the correct way (without jumping)… manual pagebreak, re-define layout etc. But as the pages are hard to find it would be better that the layout would be reliable consistent. How can this be solved? Best wishes, Steffen === \setupbodyfont

[NTG-context] Seperate footnotereference and footnotenumber if necessary

2022-01-05 Thread Huseyin Özoguz via ntg-context
the footnote and the reference on the same (next) page, but the not full lines because of early pagebreak are inacceptable in my cases. What I do as a workaround: I seperate the footnote and the reference with \note[] and \footnotetext[]{} – but that is not ideal in a developing and changing

Re: [NTG-context] No pagebreak before chapter

2021-12-23 Thread Rik Kabel via ntg-context
project this does not work. All chapters start on a new page. What can I do to debug my code? I search for "page=" or "pagebreak" but found no configuration that can cause chapters to insert a pagebreak before. Merry Chrismas to all of you! juh Pagebreak before chapter he

[NTG-context] No pagebreak before chapter

2021-12-23 Thread juh via ntg-context
page. What can I do to debug my code? I search for "page=" or "pagebreak" but found no configuration that can cause chapters to insert a pagebreak before. Merry Chrismas to all of you! juh

Re: [NTG-context] Paragraph break over pages with hanging float

2021-11-15 Thread Adam Reviczky via ntg-context
k > > \startplacefigure[location={right,15*hang}] > > \framed[width=3cm,height=2cm]{graphic} > > \stopplacefigure > > > > \dorecurse{10}{\input lorem} > > \stoptext > > > > When I remove the hanging float, the paragraph is broken down at the > >

Re: [NTG-context] Paragraph break over pages with hanging float

2021-11-15 Thread Hans Hagen via ntg-context
] % commenting out the hanging float allows paragraph break \startplacefigure[location={right,15*hang}] \framed[width=3cm,height=2cm]{graphic} \stopplacefigure \dorecurse{10}{\input lorem} \stoptext When I remove the hanging float, the paragraph is broken down at the first pagebreak. With the float

[NTG-context] Paragraph break over pages with hanging float

2021-11-14 Thread Adam Reviczky via ntg-context
[location={right,15*hang}] \framed[width=3cm,height=2cm]{graphic} \stopplacefigure \dorecurse{10}{\input lorem} \stoptext When I remove the hanging float, the paragraph is broken down at the first pagebreak. With the float, the paragraph starts always on the next page, regardless of the space left

Re: [NTG-context] Footnotes in columns

2021-08-13 Thread Hans Hagen via ntg-context
we pay for configurability. Would it be viable to use columnset areas for footnotes? Then the user could configure themselves where they should go, how many columns they should span etc. the problem with notes is that the pagebreak depends on them so it is impossible to predict sizes .. it

Re: [NTG-context] Trying to make all links in my document blue instead of red or green

2021-06-21 Thread Adam Reviczky
gt; ] > > > \starttext > \completecontent > \section{Section A} > \subsection{SubSection A.A} > \pagebreak[yes] > \section {Section B — on another page} > \subsection {SubSection B.A — on another page} > \stoptext > > When I format it with ConTeXt (ConTeXt ver: 2021.06.

[NTG-context] Trying to make all links in my document blue instead of red or green

2021-06-21 Thread T. Kurt Bond
I'm trying to make all the hyperlinks in my document blue. Here's my example: \setupinteraction [state=start, color=blue, contrastcolor=blue ] \starttext \completecontent \section{Section A} \subsection{SubSection A.A} \pagebreak[yes] \section {Section B — on another page} \subsection

Re: [NTG-context] Suppressing headers and footers on blank pages before pagebreak at the end of a chapter.

2021-04-07 Thread Wolfgang Schuster
rh...@t-online.de schrieb am 07.04.2021 um 20:20: Hi list, I typeset my first project with ConTeXt, a small booklet with some chapters, frontmatter, no headers, but pagenumbers in the middle of the footers. I use two environment files. The text is split into component TeX-files. All is

[NTG-context] Suppressing headers and footers on blank pages before pagebreak at the end of a chapter.

2021-04-07 Thread rha17
Hi list, I typeset my first project with ConTeXt, a small booklet with some chapters, frontmatter, no headers, but pagenumbers in the middle of the footers. I use two environment files. The text is split into component TeX-files. All is structured by a project and a product file. Now I have

[NTG-context] working on page refs with MP

2021-03-18 Thread Werner Hennrich
] \pagebreak[yes] \pagereference[\dummyparameter{ref}] \doassign[header][first=\dummyparameter{ref}] \doassign[header][next=\dummyparameter{next}] {\tfc\bf{#2}}\par \vskip3mm } \def\fillWithText[#1]{ \dorecurse{#1}{ \input tufte \input knuth } } \setupheadertexts

[NTG-context] tikzpicture in margin

2021-02-14 Thread Jigé
rem} \inmargin{\externalfigure[cow] [width=\marginwidth]} \pagebreak \input{lorem} \input{lorem} \blank We would like the picture to go the the left of this paragraph. \setupmarginblocks[location=left,align=inner] \startmarginblock \starttikzpicture[scale=0.2] \draw[gray] (-2,0) grid (2,2) ; \draw p

Re: [NTG-context] Unnecessary page break, leaving lines empty

2020-12-11 Thread Wolfgang Schuster
Huseyin Özoguz schrieb am 11.12.2020 um 11:56: Hello, I have an unnecessary pagebreak in the following min-example: the last four lines of the first page are left empty, without obvious reason: \setupinterlinespace[line=3.0ex] \setupbodyfont[10pt] \showgrid \setuplayout  [location=middle

[NTG-context] Unnecessary page break, leaving lines empty

2020-12-11 Thread Huseyin Özoguz
Hello, I have an unnecessary pagebreak in the following min-example: the last four lines of the first page are left empty, without obvious reason: \setupinterlinespace[line=3.0ex] \setupbodyfont[10pt] \showgrid \setuplayout  [location=middle,   topspace=17mm,   header=0mm,   footer=12mm

Re: [NTG-context] \checkpage in the TOC

2020-08-12 Thread Willi Egger
am trying to improve the list of contents. On >> different places occur page breaks which should be addressed and corrected. >> I tried to use the method \checkpage[][], however my attempts are not >> succesful. >> For your reference I include a screenshot of the problematic

Re: [NTG-context] \checkpage in the TOC

2020-08-11 Thread Hans Hagen
reference I include a screenshot of the problematic pagebreak. \definepagechecker    [willi]    [method=1,before=,after=,inbetween={\page}] \setuplist [chapter] [prefix=no, sectionnumber=no, headnumber=no,    alternative=command,    command=\Mychaptercommand,   inbetween={\checkpage[willi

Re: [NTG-context] Help on tweaking alignment, page numbers and ToC

2020-08-11 Thread Pablo Rodriguez
best solution for empty pages before a new chapter. When I copied the code, I removed right from the \page. Now I realize that without page, that pagebreak is almost useless. >> I never used environments (other than the ones to typeset XML sources), >> so this is my best option .

[NTG-context] \checkpage in the TOC

2020-08-11 Thread Willi Egger
of the problematic pagebreak. \definepagechecker [willi] [method=1,before=,after=,inbetween={\page}] \setuplist [chapter] [prefix=no, sectionnumber=no, headnumber=no, alternative=command, command=\Mychaptercommand, inbetween={\checkpage[willi][lines=4

Re: [NTG-context] wrong page for annotation and \pagenumber

2020-06-16 Thread Aditya Mahajan
this issue: how could I prevent the pagebreak before \comment and the addition of a pagebreak above? If that were possible, I could add a \blank[-2*line] that would place the comment right. Try \removeunwantedwhitespace or \blank[samepage

Re: [NTG-context] wrong page for annotation and \pagenumber

2020-06-16 Thread Pablo Rodriguez
page. To avoid this issue: how could I prevent the pagebreak before \comment and the addition of a pagebreak above? If that were possible, I could add a \blank[-2*line] that would place the comment right. Many thanks for y

Re: [NTG-context] how to interrupt doublesided in particular instance

2020-05-06 Thread jbf
. Perhaps my closest was: \setuphead[chapter][pagebreak=chapterverso], but it couldn't quite cut it! Julian On 6/5/20 1:57 pm, Wolfgang Schuster wrote: jbf schrieb am 06.05.2020 um 01:31: Hi list, I have a document set up in a standard way (\setuppagenumbering[alternative=doublesided]) to ensure

Re: [NTG-context] how to interrupt doublesided in particular instance

2020-05-06 Thread Rik Kabel
On 5/6/2020 00:54, jbf wrote: So simple, Wolfgang. Thanks. I had got close amid all the varieties I was trying out to achieve the same result. Perhaps my closest was: \setuphead[chapter][pagebreak=chapterverso], but it couldn't quite cut it! Julian On 6/5/20 1:57 pm, Wolfgang Schuster

Re: [NTG-context] how to interrupt doublesided in particular instance

2020-05-05 Thread jbf
So simple, Wolfgang. Thanks. I had got close amid all the varieties I was trying out to achieve the same result. Perhaps my closest was: \setuphead[chapter][pagebreak=chapterverso], but it couldn't quite cut it! Julian On 6/5/20 1:57 pm, Wolfgang Schuster wrote: jbf schrieb am 06.05.2020 um

Re: [NTG-context] supp-ran.lua makes code unable to work in ConTeXt

2020-05-01 Thread Hans Hagen
{Laberinto ]]..count..[[}]]) mz.make_maze_tex(i, i, [[\dimexpr\textwidth/]]..(2*i+1)..[[\relax]]) tex.print([[\pagebreak]]) end %\end{luacode*} \stopluacode %\end{document} \stoptext Whereas it works very fast in LuaLaTeX it crashes on ConTeXt and outputs the following: btw, fast is relative ... no pro

[NTG-context] supp-ran.lua makes code unable to work in ConTeXt

2020-04-30 Thread Jairo A. del Rio
ss{article} %\usepackage{luacode} %\begin{document} \starttext %\begin{luacode*} \startluacode mz = dofile("maze.lua") local count = 0 for i=10,109 do count = count + 1 tex.print([[\subject{Laberinto ]]..count..[[}]]) mz.make_maze_tex(i, i, [[\dimexpr\textwidth/]]..(2*i+1)..[[\relax]]) te

Re: [NTG-context] Strange pagebreaks in LMTX

2019-09-04 Thread Otared Kavian
gt; Hi all, >>> >>> I have a document which typesets correctly in mkiv giving a PDF file with 7 >>> pages, but the same document typeset with lmtx gives two pages with a >>> strange pagebreak on the second page. Up to now, unfortunately, I could not >>

Re: [NTG-context] Strange pagebreaks in LMTX

2019-09-04 Thread Wolfgang Schuster
Hans Hagen schrieb am 04.09.2019 um 17:58: On 9/4/2019 2:24 PM, Otared Kavian wrote: Hi all, I have a document which typesets correctly in mkiv giving a PDF file with 7 pages, but the same document typeset with lmtx gives two pages with a strange pagebreak on the second page. Up to now

Re: [NTG-context] Strange pagebreaks in LMTX

2019-09-04 Thread Hans Hagen
On 9/4/2019 2:24 PM, Otared Kavian wrote: Hi all, I have a document which typesets correctly in mkiv giving a PDF file with 7 pages, but the same document typeset with lmtx gives two pages with a strange pagebreak on the second page. Up to now, unfortunately, I could not create a minimal

[NTG-context] Strange pagebreaks in LMTX

2019-09-04 Thread Otared Kavian
Hi all, I have a document which typesets correctly in mkiv giving a PDF file with 7 pages, but the same document typeset with lmtx gives two pages with a strange pagebreak on the second page. Up to now, unfortunately, I could not create a minimal example to show this behaviour, so I put

[NTG-context] Overflowing text if placetable is set to split

2018-11-23 Thread Huseyin Özoguz
Hi all, I encountered weird behavior if \placetable[here, split] is set. The text after the table sometimes doesn't cause a pagebreak and flows into the footer and overlaps the footertext instead. See attached MWE. Is there a way to avoid this behavior? Manually entering a page break

[NTG-context] Overflowing text if placetable is set to split

2018-11-17 Thread mailinglist.context
Hi all, I encountered weird behavior if \placetable[here, split] is set. The text after the table sometimes doesn't cause a pagebreak and flows into the footer and overlaps the footertext instead. See attached MWE. Is there a way to avoid this behavior? Manually entering a page break

Re: [NTG-context] line break after \item, but not \stopitem

2018-10-09 Thread Hans Hagen
On 10/9/2018 9:21 AM, Damien Thiriet wrote: Hi list, I am designing a presentation for my pupils (some lng exercices to learn LibreOfficeDraw by doing). To be sure that they don't misview any question, I decided to force a pagebreak after each first level item. A question on TSE gave me

[NTG-context] line break after \item, but not \stopitem

2018-10-09 Thread Damien Thiriet
Hi list, I am designing a presentation for my pupils (some lng exercices to learn LibreOfficeDraw by doing). To be sure that they don't misview any question, I decided to force a pagebreak after each first level item. A question on TSE gave me the proper key to \setupitemize, but I am facing

Re: [NTG-context] Broken Index Behavior?

2018-03-02 Thread luigi scarso
ld be immensely > helpful. I have already spent way too much time figuring this out. > > %Minimal example: > % ConTeXt ver: 2017.05.15 21:48 MKII fmt: 2017.8.17 int: english/english > \enableregime[utf] > \starttext > \index{Aardvark}Aardvark > \index{Baboon}Baboon >

[NTG-context] Broken Index Behavior?

2018-03-01 Thread Brian Wedde
. %Minimal example: % ConTeXt  ver: 2017.05.15 21:48 MKII  fmt: 2017.8.17  int: english/english \enableregime[utf] \starttext \index{Aardvark}Aardvark \index{Baboon}Baboon \index{Camel}Camel \pagebreak \index{Baboon}Baboon \placeindex[compress=yes] \stoptext Outputs Index like this: A Aardvark 1 B Baboon

Re: [NTG-context] insert pagebreak in toc (MkIV)

2016-09-06 Thread Robert Blackstone
On 6 Sep 2016, at 09:06 , Robert Blackstone <blackstone.rob...@gmail.com> > To: ntg-context@ntg.nl > > On 5 Sep 2016, at 11:06 , Hans Hagen <pra...@wxs.nl> wrote >> >> On 9/5/2016 9:06 AM, Robert Blackstone wrote: >>> >>> I need a pageb

Re: [NTG-context] insert pagebreak in toc (MkIV)

2016-09-05 Thread Robert Blackstone
On 5 Sep 2016, at 11:06 , Hans Hagen <pra...@wxs.nl> wrote > > On 9/5/2016 9:06 AM, Robert Blackstone wrote: >> >> I need a pagebreak in the ToC to avoid a widow. >> So far I used the method given in sept 2010 in >> https://mailman.ntg.nl/pipermail/ntg-co

Re: [NTG-context] insert pagebreak in toc (MkIV)

2016-09-05 Thread Hans Hagen
On 9/5/2016 9:06 AM, Robert Blackstone wrote: Dear all (but maybe in particular Dear Hans), I need a pagebreak in the ToC to avoid a widow. So far I used the method given in sept 2010 in https://mailman.ntg.nl/pipermail/ntg-context/2010/052739.html, and still on http://wiki.contextgarden.net

[NTG-context] insert pagebreak in toc (MkIV)

2016-09-05 Thread Robert Blackstone
Dear all (but maybe in particular Dear Hans), I need a pagebreak in the ToC to avoid a widow. So far I used the method given in sept 2010 in https://mailman.ntg.nl/pipermail/ntg-context/2010/052739.html, and still on http://wiki.contextgarden.net/Table_of_Contents#Forced_Page_Break

Re: [NTG-context] Go to odd page, use an empty page eventually?

2016-07-20 Thread Procházka Lukáš Ing .
tate=emty] on the following page - footer: sets \setupfooter[state=empty] on the following page - odd: forces another pagebreak if the current page is even and resets the header/footer states Wolfgang -- Ing. Lukáš Procházka | mailto:l...@pontex.cz Pontex s. r. o. | mailto:pon...@

Re: [NTG-context] Go to odd page, use an empty page eventually?

2016-07-20 Thread Wolfgang Schuster
Page 3\page Page 4\page[yes,header,footer,odd] Page 5 \stoptext The keywords have the following effect: - yes: force a page break - header: sets \setupheader[state=emty] on the following page - footer: sets \setupfooter[state=empty] on the following page - odd: forces another pag

Re: [NTG-context] placetable with location=split produces error

2016-06-18 Thread Wolfgang Schuster
stpage[10] \startplacetable[location=split] \bTABLE \bTR \bTD \input tufte \eTD \eTR \eTABLE \stopplacetable \stoptext On the other hand the following MWE produces the error, and of course here, a testpage will not help: \starttext \dorecurse{11}{\input ward} \pagebreak[disable] \placetable

[NTG-context] placetable with location=split produces error

2016-06-16 Thread Christoph Reller
tting. The following MWE produces no error: \starttext \dorecurse{9}{\input ward} \testpage[10] \startplacetable[location=split] \bTABLE \bTR \bTD \input tufte \eTD \eTR \eTABLE \stopplacetable \stoptext On the other hand the following MWE produces the error, and of course her

Re: [NTG-context] \page[header]

2016-05-22 Thread Meer, Hans van der
>> Both pages keep their header. >> >> \starttext >> \input knuth >> \page >> \page[header] >> \input knuth >> \stoptext >> Both pages keep their header. >> >> Should I conclude that the state change occurs if and onlyif when in the &

Re: [NTG-context] \page[header]

2016-05-22 Thread Wolfgang Schuster
rttext \input knuth \page[header] \page \input knuth \stoptext Both pages keep their header. \starttext \input knuth \page \page[header] \input knuth \stoptext Both pages keep their header. Should I conclude that the state change occurs if and onlyif when in the same macrocall a real pagebreak is r

Re: [NTG-context] \page[header]

2016-05-22 Thread Meer, Hans van der
t two without the last with header. That I understand. \starttext \input knuth \page[header] \page \input knuth \stoptext Both pages keep their header. \starttext \input knuth \page \page[header] \input knuth \stoptext Both pages keep their header. Should I conclude that the state change occurs i

Re: [NTG-context] \setupsectionblock and \setupbackgrounds page-break problem

2016-02-29 Thread Robin.Kirkham
block. … and use \setlayer. Thanks Wolfgang, I think I’m piecing together how layers, backgrounds and the pagebreak mechanism fit together. Regards, Robin ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Finalizing my book

2015-09-10 Thread Hans Hagen
s of poems against pagebreak in the middle of stanza? Or there are some usefult tips/modules when typeseting poetry in Context? \starttext \interlinepenalty\maxdimen \dorecurse{10}{\input tufte \par} \stop

Re: [NTG-context] Finalizing my book

2015-09-06 Thread Wolfgang Schuster
set the font. 3) is there some trick to protect stanzas of poems against pagebreak in the middle of stanza? Or there are some usefult tips/modules when typeseting poetry in Context? You can use the lines environment with the packed option. begin example \definetypeface [antykwa] [rm] [serif] [a

Re: [NTG-context] Finalizing my book

2015-09-06 Thread Pablo Rodriguez
you define section and subsection heads in lines 24-25 and 59-60. Main typeface is defined in lines 19 and 57. Are these redefinitions intended or is it a bug? (Even if they were intended, I’d remove them for the sake of clarity.) > 3) is there some trick to protect stanzas of poems agains

[NTG-context] Finalizing my book

2015-09-05 Thread Mikoláš Štrajt
tykwa-torunska] [default] [encoding=ec]", but it complaint for misssing typescript. Is there some working way to install it? (Using minimals) 3) is there some trick to protect stanzas of poems against pagebreak in the middle of stanza? Or there are some usefult tips/modules when typeseting poetry

Re: [NTG-context] r2l alignment and linenumbering conflict?

2015-08-03 Thread tala...@fastmail.fm
(١٨٧٢—١٩٢٣)} مرحباً باعالم . ١٢٣٤٥٦٧٨٩٠ مرحباً بالعالم. ولد عام ١٩٣٤. \footnote{تعليقة لطيفة.} \pagebreak } \stoptext == Best wishes, Talal On 3 Aug 2015, at 17:29, tala...@fastmail.fm wrote: Just to note: all numbers in the body text are having their digits placed

Re: [NTG-context] r2l alignment and linenumbering conflict?

2015-08-03 Thread tala...@fastmail.fm
عام ١٩٣٤. \footnote{تعليقة لطيفة.} \pagebreak } \stoptext == Best wishes, Talal On 3 Aug 2015, at 17:29, tala...@fastmail.fm wrote: Just to note: all numbers in the body text are having their digits placed individually right-to-left. Notice, in the attached PDF, how the ١٤ is displayed

Re: [NTG-context] r2l alignment and linenumbering conflict?

2015-08-03 Thread tala...@fastmail.fm
لعالم. ولد عام١٩٣٤.\footnote{تعليقة لطيفة.}\pagebreak}\stoptext= num-ar.pdf Description: Adobe PDF document On 2 Aug 2015, at 18:15, Idris Samawi Hamid ادريس سماوي حامد idris.ha...@colostate.edu wrote:Dear Talal,Salaam. See below:On Sun, 02 Aug 2015 07:31:37 -0600, tala...@fastma

Re: [NTG-context] reverse page order and reverse page numbering in one part of a book

2015-07-24 Thread Hans Hagen
have to redo every single darn pagebreak? There are several different issues. Synchronization can be line-by-line, paragraph-by-paragraph, sectionblock-by-sectionblock... or, as is the case with the posting of this thread, part-by-part (i.e. halves). The different products in multiple languages

Re: [NTG-context] bug in blank pagebreak?

2015-07-24 Thread Hans Hagen
redefine the pagebreak with header, footer instead of blank, both missing header and footer are placed in their right places. Isn’t it a bug? Or am I missing something? I leave that to Wolfgang to look at because he suggested the patch. Hans

Re: [NTG-context] reverse page order and reverse page numbering in one part of a book

2015-07-22 Thread Alan BRASLAU
darn pagebreak? There are several different issues. Synchronization can be line-by-line, paragraph-by-paragraph, sectionblock-by-sectionblock... or, as is the case with the posting of this thread, part-by-part (i.e. halves). The different products in multiple languages might only be synchronized

Re: [NTG-context] reverse page order and reverse page numbering in one part of a book

2015-07-22 Thread Thomas A. Schmitz
they are all still handcrafted, i.e. manual page breaks etc. I just shudder to think what would happen if someone has to add three words on page 3 of such a book - they would have to redo every single darn pagebreak? Thomas

[NTG-context] bug in blank pagebreak?

2015-07-19 Thread Pablo Rodriguez
] [page=right:pagebreak, header=empty] \starttext \chapter{First Chapter} \dorecurse{12}{\input zapf\par} \stoptext With beta from 2015.07.16 13:30, footer from page 1 and header from page 2 are gone. But if I redefine the pagebreak with header, footer instead of blank, both

Re: [NTG-context] bug in latest beta?

2015-06-01 Thread Otared Kavian
pagebreaks can be seen: https://dl.dropboxusercontent.com/u/4316076/bad-pagebreak.pdf (Please see pages 19 and 32). It seems that this happens, sometimes, but as far as I can say from my experiments the bad pagebreak happens always before a « proclaim » which is defined as follows

Re: [NTG-context] bug in latest beta?

2015-06-01 Thread Pablo Rodriguez
an excerpt of the PDF document where the bad pagebreaks can be seen: https://dl.dropboxusercontent.com/u/4316076/bad-pagebreak.pdf (Please see pages 19 and 32). It seems that this happens, sometimes, but as far as I can say from my experiments the bad pagebreak happens always before

Re: [NTG-context] bug in latest beta?

2015-06-01 Thread Otared Kavian
On 01 Jun 2015, at 09:28, Pablo Rodriguez oi...@gmx.es wrote: […] Hi Otared, having only three theorems my guess will be probably wrong, but I’ll try it. The theorem that doesn’t cause a wrong pagebreak is preceeded by a single line paragraph. In order to confirm whether

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Hans Hagen
On 1/9/2015 11:42 PM, Thomas A. Schmitz wrote: On 09 Jan 2015, at 14:01, Hans Hagen pra...@wxs.nl wrote: that's how balance=no works: in that case \column will go to a next column but still fill to the bottom columnsets is actually not meant to be used mixed unless in controlled situations

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Thomas A. Schmitz
On 09 Jan 2015, at 15:34, Hans Hagen pra...@wxs.nl wrote: 1 \startcolumns : when balance is yes 2 \startmixedcolumns : when balance is yes 3 \startcolumnset: when balance is yes but balancing is manual guess what ... columnized itemized lists use 1 in mkii and 2 in mkiv Thank

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Hans Hagen
On 1/9/2015 9:29 PM, Thomas A. Schmitz wrote: Hi all, a somewhat belated happy new year to all of you! I’ve come across what seems to be a very old bug (I have found references to it in the mailing list from about 10 years ago): I get an unwanted page break after every column environment.

[NTG-context] pagebreak after columns

2015-01-09 Thread Thomas A. Schmitz
Hi all, a somewhat belated happy new year to all of you! I’ve come across what seems to be a very old bug (I have found references to it in the mailing list from about 10 years ago): I get an unwanted page break after every column environment. Here’s an example with two different ones:

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Thomas A. Schmitz
On 09 Jan 2015, at 14:01, Hans Hagen pra...@wxs.nl wrote: that's how balance=no works: in that case \column will go to a next column but still fill to the bottom columnsets is actually not meant to be used mixed unless in controlled situations (maybe i will redo columnsets in mkiv some

Re: [NTG-context] pagebreak after columns

2015-01-09 Thread Wolfgang Schuster
Am 09.01.2015 um 23:42 schrieb Thomas A. Schmitz thomas.schm...@uni-bonn.de: On 09 Jan 2015, at 14:01, Hans Hagen pra...@wxs.nl wrote: that's how balance=no works: in that case \column will go to a next column but still fill to the bottom columnsets is actually not meant to be used

[NTG-context] Prevent page break in middle of paragraph

2014-10-17 Thread Ben Moon
Hi, I'm trying to get a thesis in a final shape and encounter a page break (... Über 70 % der pagebreak) in the middle of a paragraph where there still seems to be plenty of space to finish that paragraph. If I add a few lines to the text it works ok. Also \page[no] doesn't work or \vbox

Re: [NTG-context] Prevent page break in middle of paragraph

2014-10-17 Thread Rik Kabel
On 2014-10-16 16:03, Ben Moon wrote: Hi, I'm trying to get a thesis in a final shape and encounter a page break (... Über 70 % der pagebreak) in the middle of a paragraph where there still seems to be plenty of space to finish that paragraph. If I add a few lines to the text it works ok. Also

Re: [NTG-context] Prevent page break in middle of paragraph

2014-10-17 Thread Rik
On 2014-10-17 12:18, Rik Kabel wrote: On 2014-10-16 16:03, Ben Moon wrote: Hi, I'm trying to get a thesis in a final shape and encounter a page break (... Über 70 % der pagebreak) in the middle of a paragraph where there still seems to be plenty of space to finish that paragraph. If I add a few

Re: [NTG-context] Prevent page break in middle of paragraph

2014-10-17 Thread Ben Moon
(... Über 70 % der pagebreak) in the middle of a paragraph where there still seems to be plenty of space to finish that paragraph. If I add a few lines to the text it works ok. Also \page[no] doesn't work or \vbox and \setpenalties\widowpenalties{100}\maxdimen I couldn't get working neither

Re: [NTG-context] question about unwanted locations of pagebreaks

2014-07-18 Thread Hans Hagen
On 7/18/2014 1:27 PM, Rob Heusdens wrote: The very last thing to do when finalizing a multi-page document is checking where the page breaks occur, and make corrections accordingly, if the pagebreak occurs at a location you do not want. Of course, you can take all kind of measures on before hand

Re: [NTG-context] underbraces get progressively more misaligned (w/ minimal example)

2014-07-04 Thread Hans Hagen
needed to use equation numbers, however that is done in plain tex (the context run doesn't show the problem without the \placeformula). I suspect some internal state is getting slightly corrupted and getting progressively worse with the 30,000 repetitions. here it happens after a pagebreak (a few

Re: [NTG-context] underbraces get progressively more misaligned (w/ minimal example)

2014-07-03 Thread Hans Hagen
). I suspect some internal state is getting slightly corrupted and getting progressively worse with the 30,000 repetitions. here it happens after a pagebreak (a few lines overflow are ok) I've been finding many unexplained 0.5pt or so differences, which may be related to the underbrace problem

Re: [NTG-context] underbraces get progressively more misaligned (w/ minimal example)

2014-07-03 Thread Wolfgang Schuster
(the context run doesn't show the problem without the \placeformula). I suspect some internal state is getting slightly corrupted and getting progressively worse with the 30,000 repetitions. here it happens after a pagebreak (a few lines overflow are ok) It does also depend on the width

Re: [NTG-context] Conditional keep-with-next rules

2014-06-28 Thread Jan Tosovsky
epage \startsamepage primary-01 primary-02 secondary-01 secondary-02 % placing soft page-break % http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopagebrk \pagebreak[0] secondary-03 secondary-04 primary-03 \stopsamepage Unfortunately, all this would have to be implemented

[NTG-context] bugs in page breaks with items

2014-06-16 Thread Pablo Rodriguez
Dear Hans, sorry for bothering you with this, but today I found an ugly pagebreak such as the following in a book I’m writting: \showframe\showgrid \setupbodyfont[pagella,15pt] \starttext \chapter{Chapter title} \section{Section title} \dorecurse{10}{\dorecurse{10

Re: [NTG-context] Pagebreak forced after mixedcolumns (new bug?)

2014-06-09 Thread Joshua Krämer
On 2014-06-08, 23:34, Hans Hagen wrote: does balance=yes help? Yes, it helps. Thank you! Kind regards, Joshua ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

[NTG-context] Pagebreak forced after mixedcolumns (new bug?)

2014-06-08 Thread Joshua Krämer
Dear list, I have updated to the latest beta today, and I can no longer put text after \stopmixedcolumns on the same page. \setuplayout[grid=yes] \starttext \startmixedcolumns Left \column Right Right \stopmixedcolumns Something after the columns \stoptext There should be no pagebreak

Re: [NTG-context] Pagebreak forced after mixedcolumns (new bug?)

2014-06-08 Thread Hans Hagen
\stoptext There should be no pagebreak after \stopmixedcolumns. It works with \start... \stopcolumns, but then the column break (\column) is ignored. It worked before with mixedcolumns, but I don't know when I updated the last time. does balance=yes help

[NTG-context] frames, hrule, vfill and pagebreaks (was: Vertically stretched split table)

2014-04-08 Thread Joshua Krämer
Dear list, at first, I thought the following code (simplified) with frames, hrules and vfills between them would work to typeset my table. However, I have now realized that sometimes a pagebreak occurs before the final (invisible) hrule, and then there's no vfill at the bottom of the page. See

[NTG-context] state=high vs state=empty for headers and footers

2014-02-12 Thread Aditya Mahajan
If one uses \setuplayout[header][text][frame=on] then the frame is drawn on pages with header=empty but not drawn on pages with header=high. By default, the 'empty' pagebreak method (in page-txt.mkvi) sets the header and footer state to empty rather than high. This means that header frames

[NTG-context] Testpage with extras

2014-01-30 Thread H. Özoguz
: If \testpage is active (meaning, there are indeed less than n lines left), then it should not only input an pagebreak, but also some other command. E.g.: somewhat like \testpage[n,{\noindentation}] should add \noindentation before the paragraph, if and only if, there are less than n lines left

  1   2   3   >